/*/*Nissan Brand page*/

body {
    background-color: #fff;
    padding-bottom: 150px;
    color: #26547a;
    font-family: Bosch-Sans-Regular;
    height: auto;
    min-height: 100% !important;
}

.responsive {
    width: 100%;
    height: auto;
    padding: 0px;
}

    .responsive img {
        display: inline-block;
        width: 100%;
        height: 100%;
        filter: brightness(50%);
        background-position: center;
        background-size: cover;
    }

#divContainer {
    padding-right: 10px;
    padding-left: 10px;
}
